home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / gapcdr6.zip / WARNING.!!! < prev    next >
Text File  |  1993-04-19  |  4KB  |  71 lines

  1.  
  2. 04/16/93
  3.  
  4.   In order to support the Intelligent DigiBoard Multiport Boards, 4
  5.   new fields had to be added to a Program's Configuration file.
  6.  
  7.     This means that ALL programs written with the GAPCDR Library will
  8.     use the first 8 lines in the Program's Configuration file.
  9.  
  10.     You will need to advise your existing End Users that they need
  11.     to change the configuration file for your program(s) and add the 
  12.     the 4 new lines.
  13.  
  14.     Here is a complete description of the Door Configuration File
  15.     as it exists on this date:
  16.  
  17.     DOOR.CNF
  18.     ---------------------------------------------
  19.     C:\GAP                               Line 1
  20.     The Crow's Nest BBS                  Line 2
  21.     4                                    Line 3
  22.     03F8                                 Line 4
  23.     STANDARD                             Line 5
  24.     D000                                 Line 6
  25.     320                                  Line 7
  26.     4                                    Line 8
  27.     ---------------------------------------------
  28.  
  29.     Explanation of the above parameters
  30.  
  31.         Line 1 - Full Path to the BBS Default Directory (where DOOR.SYS is)
  32.         Line 2 - Name of the BBS
  33.         Line 3 - IRQ for this Port. If running COM ports other than 1 or 2
  34.                  this must be the IRQ that will be used for that Port. If
  35.                  running on COM 1 or COM 2 or using a DigiBoard, this can
  36.                  be set to 0.
  37.         Line 4 - Base Address for this Port (In Hex). If running ports other
  38.                  than 1 or 2 this must be the Base Address that will be used
  39.                  for that Port. If running on COM 1 or COM 2 or using a
  40.                  DigiBoard, this can be set to 0.
  41.         Line 5 - The COM Port Interface to use:
  42.                  STANDARD    = Regular Communications Port Interface. This
  43.                                is what you would normally use.
  44.                  DIGIBOARD   = Direct DigiBoard Programming Interface. Must
  45.                                be used in conjunction with a program called
  46.                                RESETDIG.EXE. If you don't have this program
  47.                                but have a DigiBoard, then use the following
  48.                                option.
  49.                  INT14/EBIOS = Indirect DigiBoard Support via a Device Driver.
  50.                                All Communications to the DigiBoard (or any
  51.                                board that supports INT14/EBIOS) are performed
  52.                                via a Software Interrupt that the Device Driver
  53.                                handles.
  54.         Line 6 - If using a DigiBoard, this is the Memory Window, or the
  55.                  address the card uses as a communications area between
  56.                  the card and the Host Computer. Only needed if using
  57.                  an Interface set to DIGIBOARD. If using STANDARD or
  58.                  INT14/EBIOS, can be set to 0.
  59.         Line 7 - If using a DigiBoard, this is the I/O Port address that
  60.                  the Board is attached to. Only needed if using an
  61.                  Interface set to DIGIBOARD. If using STANDARD or
  62.                  INT14/EBIOS, can be set to 0.
  63.         Line 8 - If using a DigiBoard, this is the Channel Number for
  64.                  this port on the Digi. This is REQUIRED for DIGIBOARD
  65.                  and INT14/EBIOS Interfaces. This is 1 - 8 for the
  66.                  DIGIBOARD Interface and usually 4 - 11 for the INT14/EBIOS
  67.                  Interface. This number tells the program which of the 
  68.                  Com Ports on the DigiBoard it should use.
  69.  
  70.  
  71.